home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
speed_bi.swf
/
scripts
/
DefineSprite_25
/
frame_4
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
324 b
|
24 lines
if(_root.gates >= 0)
{
if(0 >= _root.health)
{
_root.health = 0;
_root.race = false;
bike.speed = 0;
gotoAndPlay(8);
}
}
else
{
_root.race = false;
bike.speed = 0;
gotoAndPlay(8);
}
if(!_root.cars)
{
if(3 < bike.speed)
{
_root.cars = true;
}
}